home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / glisp / glisp.000 / GLISP.UNIX.TAR / closunix / readme._us < prev   
Encoding:
Text File  |  1995-04-03  |  2.7 KB  |  93 lines

  1.  
  2.  
  3.     Graphic  Lisp
  4.  
  5.     Written from 1991 to 1994 by Zoia Andrea Michele.
  6.  
  7.     Graphic LISP language
  8.  
  9.     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  10.     !             UNZIP -d              !
  11.     !   &  Sorry for bugged english     !
  12.     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  13.  
  14. Runs with MSDOS WINDOWS and UNIX-LINUX-XENIX. In the root directory
  15. there are sources of entire LISP language ( written in  ANSI-C standard ),
  16. in the subdirs DOS, WINDOWS, UNIX, XENIX there are implementation 
  17. specific sources for these.
  18.  
  19. In the subdirs there are some makefiles for build all.
  20.  
  21. With MSDOS implementation I put the .PRJ files for Borland C++3.1, 
  22. Borland C++2.0, and Borland TurboC 2.0.
  23. Remember to change the source directory on the Borland's IDE, the root
  24. should be called LISPSRC.
  25. There are some empty subdirs where compiler will puts the .OBJs and .EXEs 
  26.  
  27. -------------- GRAPHIC LISP ARCHIVES LISTING -------------------------
  28.  
  29. Manuals are in        GLISPDOC.ZIP
  30. DOS executables are in    GLISPEXE.ZIP
  31. Sources are in        GLISPSRC.ZIP
  32. UNIX sources are in     GLISP.UNIX.TAR.GZ
  33.  
  34. -----------------------------------------------------------------------
  35.  
  36. UNIX sources should be compiled by every UNIX-LINUX system
  37.  3  Known problems:
  38. 1) Lex or Yacc problems:
  39.     precompiled modules
  40.     closlex.cux , closyacc.cux , closyacc.hux
  41.     must be copied into
  42.     closlex.c , closyacc.c , closyacc.h
  43.     before making all.
  44.  
  45. 2) if C function ftime() called once in clos_ux1.c does not exist in 
  46.     your system , don't worry, comment out it !.
  47.     This affect only the LISP function GET-TIME.
  48.  
  49. 3) Library names used in makefile could be different on your system.
  50.     change the names after the -l... linker option in makefile.
  51.  
  52. Due to compatibility causes, UNIX sources, have no graphic capabilities.
  53. I'M sorry for some compatility problems, but in these days i have not time 
  54. to resolve them.
  55. I whish this code is good for you, let me know.
  56.   
  57.  
  58. ---- HINTS (very little) ----
  59.     at the lisp prompt '>' digit (OBLIST)
  60.     and you will obtain a list of all global atoms
  61.     that can have (of course) a functional bind or not. 
  62.  
  63.     call closunix with -h option.
  64.  
  65.     download the docs !!!!
  66. -----------------------------
  67.  
  68.  
  69.  - This code is public domain whitout any express or implied warranties.
  70.  - This code can be copied and distributed only free, with all unmodified
  71.    files. 
  72.  - Author have not responsability for each use of this code.
  73.  - To distribute modified verson of this code must contact the author:
  74.  
  75.            Zoia Andrea Michele 
  76.  
  77.      Via Pergola #1 23037 TIRANO (Sondrio) Italy
  78.  
  79.         Tel.. ITA-342-704210
  80.  
  81.     Else you can try these e-mail(s)
  82.  
  83.     andrea@135.133.3.34        alias to
  84.     andrea@Ultra.Italy.NCR.COM    (probabilly unknown by DNS)
  85.  
  86.     if these addresses does not work ( aaargh!!) send e-mail to
  87.     
  88.     berta@morgana.usr.dsi.unimi.it
  89.     with Subject: To Zoia Andrea
  90.  
  91.  
  92.  
  93.